home *** CD-ROM | disk | FTP | other *** search
- /*
- File: LowerToUpperCase.h
-
- Contains: Header for Translation Extension which converts from lower to upper case
-
- Copyright: © 1994,1998 by Apple Computer, Inc., all rights reserved.
- */
-
- #ifndef __LOWERTOUPPERCASE__
- #define __LOWERTOUPPERCASE__
-
- #define kProgressAdvertisement 128
-
-
-
- pascal OSErr CopyFork( FSSpec srcSpec,
- short srcRefNum,
- short dstRefNum,
- void *copyBufferPtr,
- long copyBufferSize,
- TranslationRefNum progressRefNum );
-
- static OSErr CountTheBlocks( short srcVRefNum,
- long srcDirID,
- ConstStr255Param srcName,
- long myBlockSize,
- unsigned short *srcDataBlks );
-
- #endif // __LOWERTOUPPERCASE__